home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tex / macros / source / contrib / rotating / examples.tex / images.pl (.txt) < prev    next >
LaTeX Document  |  1995-03-09  |  2KB  |  70 lines

  1. # LaTeX2HTML 2022 (Released January 1, 2022)
  2. # Associate images original text with physical files.
  3. $key = q/{example}Starthererotate{{-56}Savewhalesrotate{Endhere{example};AAT/;
  4. $cached_env_img{$key} = q|<IMG
  5.   STYLE="" SRC="|."$dir".q|img1.png"
  6.  ALT="\begin{example}
  7. Start here
  8. \begin{rotate}{-56}
  9. Save whales
  10. \end{rotate}End here
  11. \end{example}">|; 
  12. $key = q/{example}Startheresideways{<comment_mark>12Savethewhalesideways{Endhere{example};AAT/;
  13. $cached_env_img{$key} = q|<IMG
  14.   STYLE="" SRC="|."$dir".q|img4.png"
  15.  ALT="\begin{example}
  16. Start here
  17. \begin{sideways}%
  18. Save the whale
  19. \end{sideways}End here
  20. \end{example}">|; 
  21. $key = q/{example}Starthereturn{{56}<comment_mark>11Savethewhaleturn{endhere{example};AAT/;
  22. $cached_env_img{$key} = q|<IMG
  23.   STYLE="" SRC="|."$dir".q|img3.png"
  24.  ALT="\begin{example}
  25. Start here \begin{turn}{56}%
  26. Save the whale
  27. \end{turn} end here
  28. \end{example}">|; 
  29. $key = q/{example}quote{tabular{{rrr}turn{{45}Column1turn{&turn{{45}Column2turn{&turn{{45}Column3turn{hline1&2&34&5&67&8&9hlinetabular{quote{{example};AAT/;
  30. $cached_env_img{$key} = q|<IMG
  31.   STYLE="" SRC="|."$dir".q|img11.png"
  32.  ALT="\begin{example}
  33. \begin{quote}
  34. \begin{tabular}{rrr}
  35. \begin{turn}{45}Column 1\end{...
  36. ...ne
  37. 1& 2& 3\\\\
  38. 4& 5& 6\\\\
  39. 7& 8& 9\\\\
  40. \hline
  41. \end{tabular}\end{quote}\end{example}">|; 
  42. $key = q/{example}sideways{rule{1in}{0pt}tabular{{|lr|}{em{Word&rotate{{90}<comment_mark>18Occurrencesrotate{hlinehello&33goodbye&34hlinetabular{sideways{{example};AAT/;
  43. $cached_env_img{$key} = q|<IMG
  44.   STYLE="" SRC="|."$dir".q|img9.png"
  45.  ALT="\begin{example}
  46. \begin{sideways}
  47. \rule{1in}{0pt}
  48. \begin{tabular}{\vert lr\vert}
  49. ...ne
  50. hello & 33\\\\
  51. goodbye & 34\\\\
  52. \hline
  53. \end{tabular}\end{sideways}\end{example}">|; 
  54. $key = q/{example}{savebox{foo}{parbox[b]{1in}{SavethewhalesSavethewhaleSavethewhaleSavethewhale}}<comment_mark>14{Startturn{{45}{usebox{foo}{turn{End{example};AAT/;
  55. $cached_env_img{$key} = q|<IMG
  56.   STYLE="" SRC="|."$dir".q|img6.png"
  57.  ALT="\begin{example}\savebox{\foo}{\parbox[b]{1in}{Save
  58. the whales Save the whale ...
  59. ...ave the whale}}%
  60. Start
  61. \begin{turn}{45}\usebox{\foo}\end{turn}End
  62. \end{example}">|; 
  63. $key = q/{figure}example{{epsfig{figure=cat.eps,width=1in,<comment_mark>22angle=-56}{example{{par{{{{figure};FSF=1.6;AAT/;
  64. $cached_env_img{$key} = q|<IMG
  65.  STYLE="" SRC="|."$dir".q|img15.png"
  66.  ALT="\begin{figure}\begin{example}
  67. \epsfig{figure=cat.eps,width=1in,%
  68. angle=-56}
  69. \end{example}\par\end{figure}">|; 
  70.